SftTree/NET 2.0

RowHeaderClass Class

Softel vdm, Inc.

  RowHeaderClass Class (Softelvdm.SftTreeNET Namespace)

An instance of the RowHeaderClass class describes one individual row header in a SftTree/NET control.

There is one instance of the RowHeaderClass class for each row header in a SftTree/NET control. An item's row header can be accessed using the ItemClass.RowHeader property.

The control's RowHeaders property can be used to access defaults and properties that apply to all row headers.

VB   

Public Class RowHeaderClass Inherits CellBaseClass

C#   

public class RowHeaderClass : CellBaseClass

C++   

public ref class RowHeaderClass : public CellBaseClass


Public

Constructors

Properties

Fields

Methods

Events

Protected

Constructors

Properties

Fields

Methods

 


Public Constructors

Description

none

This class cannot be instantiated.

   

Public Properties

Description

public propertyAllowMergeFromPreviousinherited from Softelvdm.Controls.CellBaseClass

Defines whether this cell is eligible to be used for cell merging by the previous adjacent cell.

public propertyAllowMergeFromUpperinherited from Softelvdm.Controls.CellBaseClass

Defines whether this cell is eligible to be used for cell merging by the cell above.

public propertyAppearanceinherited from Softelvdm.Controls.CellBaseClass

Defines the background appearance of the cell.

public propertyBackColorinherited from Softelvdm.Controls.CellBaseClass

Defines the background color of the cell.

public propertyBackColorEndinherited from Softelvdm.Controls.CellBaseClass

Defines the ending background color of the cell, when a gradient fill is used.

public propertyBackColorSelectedinherited from Softelvdm.Controls.CellBaseClass

Defines the background color of the cell, if the cell is selected.

public propertyBackColorSelectedEndinherited from Softelvdm.Controls.CellBaseClass

Defines the ending background color of the cell, if the cell is selected, when a gradient fill is used.

public propertyCanMergeWithPreviousinherited from Softelvdm.Controls.CellBaseClass

Returns whether this cell is empty and can be merged with the previous adjacent cell.

public propertyCanMergeWithUpperinherited from Softelvdm.Controls.CellBaseClass

Returns whether this cell is empty or has the same cell text and can be merged with the cell above.

public propertyDimensionsinherited from Softelvdm.Controls.CellBaseClass

Returns the dimensions of the cell.

public propertyEnabledinherited from Softelvdm.Controls.CellBaseClass

Returns whether this cell is enabled.

public propertyEvaluatedAllowMergeFromPreviousinherited from Softelvdm.Controls.CellBaseClass

Returns whether this cell is eligible to be used for cell merging by the previous adjacent cell.

public propertyEvaluatedAllowMergeFromUpperinherited from Softelvdm.Controls.CellBaseClass

Returns whether this cell is eligible to be used for cell merging by the cell above.

public propertyEvaluatedAppearanceinherited from Softelvdm.Controls.CellBaseClass

Returns the background appearance of the cell.

public propertyEvaluatedMergeWithLowerinherited from Softelvdm.Controls.CellBaseClass

Returns whether this cell is eligible to merge with the cell below.

public propertyEvaluatedMergeWithNextinherited from Softelvdm.Controls.CellBaseClass

Returns whether this cell is eligible to merge with the next adjacent cell.

public propertyEvaluatedOrientationinherited from Softelvdm.Controls.CellBaseClass

Returns the cell parts orientation.

public propertyEvaluatedSortIndicatorPositioninherited from Softelvdm.Controls.CellBaseClass

Returns the sorting indicator position of the cell.

public propertyFirstPartinherited from Softelvdm.Controls.CellBaseClass

Returns the first part object of the cell's parts collection.

public propertyForeColorinherited from Softelvdm.Controls.CellBaseClass

Defines the foreground color of the cell.

public propertyForeColorSelectedinherited from Softelvdm.Controls.CellBaseClass

Defines the foreground color of the cell, if the cell is selected.

public propertyImageinherited from Softelvdm.Controls.CellBaseClass

Defines the image of the first ImagePartClass object found in the cell's parts collection.

public propertyImagePartinherited from Softelvdm.Controls.CellBaseClass

Returns the first ImagePartClass object of the cell's parts collection.

public propertyIsEmptyinherited from Softelvdm.Controls.CellBaseClass

Returns whether this cell is empty.

public propertyIsSubordinateinherited from Softelvdm.Controls.CellBaseClass

Returns whether this cell is part of another cell, due to cell merging.

public propertyLowerMainCellinherited from Softelvdm.Controls.CellBaseClass

Returns the next main cell below the current cell.

public propertyLowerSubordinateCellinherited from Softelvdm.Controls.CellBaseClass

Returns the cell below if the current cell merges into that cell.

public propertyMainCellinherited from Softelvdm.Controls.CellBaseClass

Returns the main cell, if the current cell is part of the main cell due to cell merging.

public propertyMergeWithLowerinherited from Softelvdm.Controls.CellBaseClass

Returns whether this cell is eligible to merge with the cell below.

public propertyMergeWithNextinherited from Softelvdm.Controls.CellBaseClass

Returns whether this cell is eligible to merge with the next adjacent cell.

public propertyNextMainCellinherited from Softelvdm.Controls.CellBaseClass

Returns the next main cell following the current cell.

public propertyNextSubordinateCellinherited from Softelvdm.Controls.CellBaseClass

Returns the following adjacent cell if the current cell merges into that cell.

public propertyOrientationinherited from Softelvdm.Controls.CellBaseClass

Defines the cell parts orientation.

public propertyOwningIteminherited from Softelvdm.Controls.CellBaseClass

Returns the owning item of the cell.

public propertyPartsinherited from Softelvdm.Controls.CellBaseClass

Returns the cell's parts collection.

public propertyPreviousMainCellinherited from Softelvdm.Controls.CellBaseClass

Returns the next main cell preceding the current cell.

public propertyRealHeight

Returns the physical height of the row header (not considering vertical cell merging).

public propertyRealWidth

Returns the physical width of the row header.

public propertySortIndicatorPositioninherited from Softelvdm.Controls.CellBaseClass

Defines the sorting indicator position of the cell.

public propertySortStatusinherited from Softelvdm.Controls.CellBaseClass

Defines the status of the cell's sorting indicator.

public propertyTagObjectinherited from Softelvdm.Controls.CellBaseClass

Defines application-specific data.

public propertyTagObjectsinherited from Softelvdm.Controls.CellBaseClass

Defines application-specific data.

public propertyTagStringinherited from Softelvdm.Controls.CellBaseClass

Defines an application-specific string.

public propertyTextinherited from Softelvdm.Controls.CellBaseClass

Defines the text of the first TextPartClass object found in the cell's parts collection.

public propertyTextPartinherited from Softelvdm.Controls.CellBaseClass

Returns the first TextPartClass object of the cell's parts collection.

public propertyUpperMainCellinherited from Softelvdm.Controls.CellBaseClass

Returns the next main cell above the current cell.

public propertyWidthIgnore

Defines whether this row header is ignored for optimal row header width calculation.

  

Public Methods

Description

public methodBestDimensionsinherited from Softelvdm.Controls.CellBaseClass

Calculates the best dimensions for the current cell.

public methodEqualsinherited from System.Object

Determines whether the specified Object is equal to the current Object.

public methodGetHashCodeinherited from System.Object

Serves as a hash function for a particular type. GetHashCode is suitable for use in hashing algorithms and data structures like a hash table.

public methodGetMainCellinherited from Softelvdm.Controls.CellBaseClass

Returns the main cell, if the current cell is part of the main cell due to cell merging.

public methodGetTypeinherited from System.Object

Gets the Type of the current instance.

public methodIsSameTextinherited from Softelvdm.Controls.CellBaseClass

Determines whether the same cell text is used in the current cell and the specified cell.

public methodPaintinherited from Softelvdm.Controls.CellBaseClass

Paints the cell.

public methodstatic / sharedReferenceEqualsinherited from System.Object

Determines whether the specified Object instances are the same instance.

public methodToStringinherited from System.Object

Returns a String that represents the current Object.

public methodTurnRadioButtonOffinherited from Softelvdm.Controls.CellBaseClass

Turns all radiobuttons in this cell off.

  

Protected Methods

Description

protected methodFinalizeinherited from System.Object

Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.

protected methodMemberwiseCloneinherited from System.Object

Creates a shallow copy of the current Object.

  

See Also     Softelvdm.SftTreeNET Namespace


Feedback / comments / error reports for this topic
© 2007 - Softel vdm, Inc. - www.softelvdm.com